header, footer {
  background-color: #00FFFF;
  text-align: center;
  min-width: 500px;
  font-size: 40px;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

main {
  display: grid;
  grid-template-columns: 250px 250px;
  grid-template-rows: repeat(3, 450px);
  grid-gap: 20px;
  margin-top: 44px;
  grid-auto-rows: 500px;
  justify-items: center;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  grid-auto-rows: 500px;
  grid-auto-flow: column;
  background-color: #00FF00;
}

h2 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: left;
  color: #0000FF;
  padding: 10px 0px 10px 10px;
  background-color: #00FF00;
}

a:hover{
	color: #FF8C00;
	font-family: OCR A Std;
	font-size: 24px;
}

img {
  width: 100%;
  height: auto;
}

.description {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0.1px;
  text-align: left;
  color: #0000FF+
  ;
  padding: 10px 0px 10px 10px;
  border-top: 1px solid #4a4a4a;
}

.container {
  min-width: 500px;
  margin: auto;
}

footer {
  margin-top: 44px;

}
div {
	background-color: #00FF00;
}